Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.CreateTestDocuments (Nuxeo Drive: Create test documents)

Operation id NuxeoDrive.CreateTestDocuments
Category Services
Label Nuxeo Drive: Create test documents
Requires
Since

Parameters

Name Description Type Required Default value
contentPattern string no  
delay long no  
namePattern string no  
number integer no  

Signature

Inputs document
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.test.NuxeoDriveCreateTestDocuments
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.CreateTestDocuments",
  "label" : "Nuxeo Drive: Create test documents",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.CreateTestDocuments",
  "signature" : [ "document", "blob" ],
  "params" : [ {
    "name" : "contentPattern",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "delay",
    "description" : null,
    "type" : "long",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "namePattern",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "number",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}